projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe893a
)
(bookmark-file): Alternate default on ms-dos.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 20 May 1994 21:22:22 +0000
(21:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 20 May 1994 21:22:22 +0000
(21:22 +0000)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 1d8b4129ebee166b5e19398b155592f3de7b40de..ab2b5af7baba9fbfeea07fe92d43c2373647e7f8 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-198,7
+198,10
@@
bookmark-file, which is `~/.emacs-bkmrks' by default.")
(defvar bookmark-alist-modification-count 0
"Number of modifications to bookmark list since it was last saved.")
-(defvar bookmark-file "~/.emacs-bkmrks"
+(defvar bookmark-file
+ (if (eq system-type 'ms-dos)
+ "~/emacs.bmk" ; Cannot have initial dot [Yuck!]
+ "~/.emacs-bkmrks")
"*File in which to save bookmarks by default.")
(defvar bookmark-version-control 'nospecial